【例子介绍】自媒体一号 WordPress主题
自媒体一号主题特色:
响应式设计(完美兼容PC,平板电脑,智能手机等各种设备)
强大的主题设置面板
两种首页展示方式(1. 左侧导航栏 文章列表 右侧边栏;2. 文章列表 右侧边栏 )
两种文章页展示方式(1. 左侧导航栏 文章内容 右侧边栏;2. 文章内容 右侧边栏 )
两种文章列表分页模式(1. 无限分页,即“向下滑动,自动加载”;2. 传统数字分页)
三级下拉菜单支持
置顶侧边栏导航
首页幻灯片展示置顶文章
文章列表展示广告(位置可在后台设置)
文章列表自动获取3张缩略图展示文章内置相册(实用!)
缩略图(特色图片)自动裁剪功能
专属自定义小工具(广告;带缩略图的最新文章,随机文章,浏览最多的文章和评论最多的文章,等。)
文章内容顶部展示广告
文章评论顶部展示广告
文章页支持WordPress相册幻灯片展示(推荐!)
文章页滚动时置顶文章信息(实用!)
文章页支持百度分享
文章页支持点赞功能
文章页展示相关文章
文章页展示作者说明
全宽页面模板
侧边栏广告显示功能
完美兼容IE9 、Chrome、Firefox、Safari、360等主流浏览器,针对mac OS等Retina屏幕优化显示
100% WordPress代码标准验证通过
100% W3C验证通过
主题完全开源,无任何隐藏代码,零广告,零风险
【相关图片】
【源码结构】
.
├── 404.php
├── PHP自媒体一号 WordPress主题_zimeiti-1.zip
├── admin
│ ├── custom-controls
│ │ ├── content.php
│ │ └── textarea.php
│ ├── customizer-library.php
│ ├── customizer-options.php
│ ├── extensions
│ │ ├── fonts.php
│ │ ├── interface.php
│ │ ├── preview.php
│ │ ├── sanitization.php
│ │ ├── style-builder.php
│ │ └── utilities.php
│ ├── js
│ │ └── customizer.js
│ ├── mods.php
│ └── styles.php
├── archive.php
├── assets
│ ├── css
│ │ ├── admin.css
│ │ └── editor-style.css
│ ├── img
│ │ ├── alipay-code.png
│ │ ├── arrow-down.png
│ │ ├── arrow-left.png
│ │ ├── arrow-right.png
│ │ ├── bx_loader.gif
│ │ ├── chinese-yuan.png
│ │ ├── default.png
│ │ ├── logo.png
│ │ ├── logo.psd
│ │ ├── no-featured.png
│ │ ├── quote-left.png
│ │ ├── quote-right.png
│ │ ├── thumbs-up.png
│ │ ├── tick.png
│ │ ├── weixin-code.png
│ │ └── zhutibaba-favicon.png
│ └── js
│ ├── customizer.js
│ ├── hoverIntent.js
│ ├── html5.js
│ ├── infinite-scroll.pkgd.min.js
│ ├── jquery.bxslider.js
│ ├── jquery.custom.js
│ ├── jquery.slicknav.js
│ ├── jquery.sticky.js
│ ├── modernizr.js
│ ├── simple-likes-public.js
│ └── superfish.js
├── cache
│ ├── index.html
│ └── timthumb_cacheLastCleanTime.touch
├── category.php
├── changelog.html
├── comments.php
├── footer.php
├── full-single-post.php
├── functions.php
├── genericons
│ ├── Genericons-Regular.otf
│ ├── font
│ │ ├── genericons-regular-webfont.eot
│ │ ├── genericons-regular-webfont.svg
│ │ ├── genericons-regular-webfont.ttf
│ │ └── genericons-regular-webfont.woff
│ └── genericons
│ ├── Genericons.eot
│ ├── Genericons.svg
│ ├── Genericons.ttf
│ ├── Genericons.woff
│ └── genericons.css
├── header.php
├── inc
│ ├── custom-header.php
│ ├── customizer.php
│ ├── extras.php
│ ├── jetpack.php
│ ├── post-like.php
│ ├── template-tags.php
│ └── widgets
│ ├── widget-ad.php
│ ├── widget-popular.php
│ ├── widget-random.php
│ ├── widget-recent.php
│ └── widget-views.php
├── index.php
├── languages
│ ├── readme.txt
│ └── zimeiti-1.pot
├── page-templates
│ └── full-width.php
├── page.php
├── readme.txt
├── responsive.css
├── screenshot.png
├── scss
│ ├── responsive.scss
│ └── style.scss
├── search.php
├── searchform.php
├── sidebar-2.php
├── sidebar.php
├── single.php
├── style.css
├── template-parts
│ ├── content-featured.php
│ ├── content-list.php
│ ├── content-none.php
│ ├── content-page.php
│ ├── content-search.php
│ ├── content-single.php
│ ├── entry-meta-single.php
│ ├── entry-meta.php
│ └── pagination.php
└── thumb.php
18 directories, 101 files
评论